/******公用样式开始*******/
ul, li, ol, p, a{ margin: 0; padding: 0; }
ul, ol, li { list-style: none;}
img { border: none; }
textarea { resize: none; padding: 5px; }
button, a { outline: none; cursor: pointer; }
.fl { float: left; }
.fr { float: right; }

.common_width { width: 1170px; margin: 0 auto; }
.bdn { border-right: none !important; }
.f_count { color: #ff8c12; font-weight: bold; }
.tel_infomaition a:hover, .top_box2 .top_tel_container a:hover, .top_head_box3 .top_head_right a:hover, .top_box4 .top_right a:hover { text-decoration: underline; }

@media (min-width: 1024px) { /**公共1024区分**/
nav.navbar.bootsnav ul.nav > li > a { font-size: 16px; }
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover { background: #f4f4f4; }
nav.navbar.bootsnav ul.nav > li > a { font-weight: normal; }}

@media (max-width: 992px) { /**公共992区分**/
body.side-right { overflow: hidden; }
body.side-right nav.navbar.bootsnav .navbar-toggle { float: left; }
nav.navbar.bootsnav.navbar-mobile ul.nav, body nav.navbar.bootsnav .navbar-nav > li > a { border-top: none; }
body nav.navbar.bootsnav .navbar-toggle { margin-top: 6px; padding: 0 5px; }}

@media (max-width: 767px) { /**公共767区分**/
nav.navbar.bootsnav.navbar-mobile ul.nav { border-top: none; }
.side-right nav.navbar.bootsnav .navbar-toggle { margin: 6px 0 0; }}
/******公用样式结束*******/




/*头部导航－第12种开始*/
header .header-con { background: rgb(31, 66, 168); height: 30px; line-height: 30px; }
header .company-name { color: #fff; font-size: 12px; }
header .sitexml { color: #fff; line-height:50px; }
header .sitexml a { color: #fff; display: inline-block; padding-right: 5px; }
header .sitexml a:hover { text-decoration: none; }
header .nav-bg { background: #fff; padding-bottom: 5px; }
header .nav-title h1 { font-size: 20px; margin-top: 10px; display: inline-block; }
header .nav-title span { font-size: 11px; }
header .navbar { border-right: none; background: #eee; height: auto; }
header .navbar li { margin: 10px 0 0 0; }
header .navbar li a { color: #333; font-size: 16px; }
header nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a { padding: 0; padding-bottom: 5px; }
header nav.navbar.bootsnav .navbar-nav > li > a { border-top: none; }
header nav.navbar.bootsnav .navbar-nav > li > a { padding:15px 20px}
header nav.navbar.bootsnav ul.nav ul.dropdown-menu { text-align: center; }
header .search { padding: 20px 0 0 100px; }
header .search .header-search { width: 256px; border: 2px solid rgb(31, 66, 168); display: inline-block; }
header .search .sousuo { display: inline-block; width: 50px; padding: 3px 0; background: rgb(31, 66, 168); color: #fff; text-align: center; cursor: pointer; }
header nav.navbar.bootsnav {border-bottom: solid 1px #e0e0e0;}
header nav.navbar.bootsnav ul.nav > li > a { color:#6f6f6f}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after { right:5%;}
nav.navbar.bootsnav ul.nav > li:hover a { color:#fff;}

/* 小屏幕(平板，大于等于768px) */
@media (min-width: 768px) {
header .nav-title h1 { font-size: 20px; display: inline-block; padding-top: 5px; }
header .nav-title span { font-size: 12px; }
body.side-right { overflow: hidden; }
header nav.navbar.bootsnav .navbar-toggle { margin-top: 17px !important; }
header .side-right nav.navbar.bootsnav .navbar-toggle { float: left; }
header .navbar-nav { border-right: 1px solid #ccc; background: #eee; height: 100%; }
}

/* 中等屏幕(桌面显示器，大于等于992px) */
@media (min-width: 992px) {
header .header-con { height: 40px; line-height: 40px; }
header .nav-title { padding-top: 15px; }
header .nav-title h1 { font-size: 26px; display: inline; }
header .nav-title span { font-size: 13px; }
header .navbar li { font-weight: bold; margin: 10px 0 0 0; }
header .navbar-nav { border-right: none; background: #fff; }
header .navbar li { margin: 6px 0 0 0; }
header nav.navbar.bootsnav ul.nav > li > a { font-size:14px; padding: 15px 15px;}
header .search .header-search { width: 200px; height:26px; line-height:26px; padding-left:5px; }
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after { right:0%;}
}

/* 大屏幕(大桌面显示器，大于等于1200px) */
@media (min-width: 1200px) {
header .company-name { font-size: 14px; }
header .header-con { height: 50px; line-height: 50px; }
header .nav-title { padding-top: 10px; }
header .nav-title h1 { font-size: 29px; margin-top: 5px; display: block; text-align: left; }
header .nav-title span { font-size: 14px; }
header .nav-bg { padding-bottom: 10px; }
header .navbar-nav { border-right: none; }
header .navbar li { font-weight: bold; margin: 5px 0 0 0; }
header nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a { padding: 5px 15px 10px;}
}
/*头部导航－第12种结束*/



/*新闻展示－第13种开始*/
.news_bg{/*background: #d7d7d7;*/padding: 15px 0; }
.news_mtitle{background: #fff;padding: 10px 25px;margin-bottom:10px;}
.news_mtitle h3{margin:0;display: inline-block;font-size: 18px;border-left: 5px solid #0060a3;padding-left: 10px;}
.news_contact{background: #f1f1f1;padding: 10px 10px 10px 20px;}
.news_contact .news_img{width:535px;height:240px;display: table-cell;vertical-align: middle;overflow:hidden;text-align: center;}
.news_contact .news_img img,.news_info .news_title_box img{max-width:100%;height:auto;}
.news_info{position: relative;margin-top:-15px;}
.news_info .news_title_box{width:189px;height:120px;display: table-cell;vertical-align: middle;text-align: center;}
.news_contact .news_title{margin-left:200px;padding-top:30px;}
.news_title h3{margin:5px 0 10px;font-size: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news_title h3 a{color:#000;}
.news_title p{height:40px;color:#777;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.news_list li{padding: 10px 10px 10px;background: #fff;margin-bottom: 15px;border-bottom:dashed #d1d1d1;}
.news_date{width:60px;height:60px;background: #0060a3;color:#fff;float: left;}
.news_date h5{font-size: 24px;padding: 7px 0;margin: 0;font-weight: bold;}
.news_date p,.news_article p{margin: 0;}
.news_article,.news_article a{color:#333;}
.news_article{margin-left: 85px;}
.news_article h5{padding:8px 0;margin:0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 17px}
.news_article p{height:36px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;color:#999;font-size: 12px;}
@media (max-width: 1024px){
.news_contact .news_img{width:435px;height:198px;}
.news_article h5{font-size: 14px;}
.news_list li{padding:0px 10px 4px;margin-bottom:12px;}
}
@media (max-width: 992px){
.news_bg{padding-top:0;}
}
@media (max-width: 767px){
.news_mtitle{padding: 10px 15px;}
}
/*新闻展示－第13种结束*/





/*公司简介－第14种开始*/
.company_box{background:url(../../../../static/admin/temp/images/companypro/images/14/conpany_bg.jpg) no-repeat top center;}
.title_box{padding-top: 5px;}
.company_content{margin: 15px 0;}
.company_content p{line-height: 26px;text-indent: 2em;}
.company_content .company_btn a{display: block;background: url(../../../../static/admin/temp/images/companypro/images/14/compan_btn.png) left;width:123px;height:36px;}
.company_content .company_btn a:hover{background: url(../../../../static/admin/temp/images/companypro/images/14image/compan_btn_hover.png) left;}
@media (max-width: 992px){
.company_content p{line-height:20px;font-size: 14px;}
}
@media (max-width: 768px){
.company_box{background: #fff;}
.company_content p{line-height:18px;font-size: 12px;}
}
/*公司简介－第14种结束*/


.zcgs h2{line-height:150%;}
.gy-xd{width:20%;height:2px;background:#333;margin:0 0 20px 20px;}
.gsjj p{font-size:15px;line-height:230% !important;}
.gsjj p span{font-size:15px !important;line-height:230% !important;}



/*产品展示－第2种开始*/
.product_box{/*background: url(../../../../static/admin/temp/images/productdis/images/2/product_bg.png) no-repeat top center;*/}
.product_title{margin: 15px 0;}
.product_title h3{font-size: 35px;}
.product_title img{margin-right: 10px;}
.product_title p{font-size: 24px;color:#bebebe;}
.product_href{margin:15px 0;}
.product_href a{display: inline-block;border: 2px solid #e14a56;border-radius: 30px;padding: 8px 30px;font-size: 15px;color:#333;margin:0 10px 10px;}
.product_href a:hover{text-decoration: none;background: #e14a56;color:#fff;}
.product_content{margin:35px 0 25px;}
.product_content .pro_img{border: 1px solid #a6a6a6;height:200px;line-height:194px;overflow: hidden;background: #fff;display:table-cell; vertical-align:middle; width:33.3333%;padding: 2.3%;}
.product_content img{width:100%;height: 100%;}
.product_content p{color:#333;font-size: 16px;margin:10px 0;}
.product_btn{margin:20px 0;}
.product_btn a{display: inline-block;padding: 10px 40px;border-radius: 30px;background: #e14a56;color:#fff;font-size: 15px;}
.product_btn a:hover{text-decoration: none;background: #d80112;}
@media (max-width: 992px){
.product_title h3{font-size: 22px;}
.product_title p{font-size: 16px;}
.product_content{margin:15px 0;}
.product_content p{font-size: 14px;}
.product_content .pro_img{height:170px;line-height:164px;}
.product_btn{margin:10px 0;}
.product_btn a{padding: 10px 20px;font-size: 14px;}
}
@media (max-width: 767px){
.product_content .pro_img{height:125px;}
.col-xs-4 { width:49.9999%;}
.pro_list li p{font-size: 12px;}
}
@media (max-width: 320px){
.product_content .pro_img{height:125px;}
}
/*产品展示－第2种结束*/

.gybt{text-align:center;margin:3% 0 3% 0;}
.gybj{background:#f6f6f6;}
.gytp img{width:100%;height:100%;margin-left:-3%;}
.gyxd{width:20%;height:2px;background:#333;margin:3% 0 5% 3%;}
.gyzwnr h2{letter-spacing:0.15em;}
.gycrwz p{font-size:15px;letter-spacing:0.1em;line-height:300%;}
.gygd{margin:7% 0 0 0;}
.gygd a{padding:1% 8%;border:solid #005aae;color:#005aae;font-size:15px;letter-spacing:0.2em;}
.gygd a:hover{background:#005aae;color:#fff;}
.gd{width:100%;background:#005aae;margin:0 0 30px;}
.fo ul li{float:left;width:25%;padding:10px 15px;}
.fo ul li img{width:30%;margin-left:35%;padding:10px 15px;transition: all 0.6s;margin-top:30px;}
.fo ul li img:hover{transform: translateY(-5px);}
.fo ul li p{text-align:center;font-size:20px;color:#fff;letter-spacing:2px;margin-bottom:30px;}

.product_content img{width:auto;height:100%;}

.yspc{width:100%;background:#e6e6e6;}
.ysnr{height:300px;margin-bottom:20px;}
.yswz h2{font-size:35px;color:#333;letter-spacing:2px;margin:20px 0;color:#005aae;height:60px;border-bottom:1px solid #999;width:80%;}
.yswz h2 em{font-size:30px;background:#005aae;padding:0 5px;border-radius:50%;font-weight:bolder;color:#fff;}
.yswz h3{padding:0 15px 10px 0;font-size:25px;letter-spacing:2px;line-height:150%;}  
.yswz p{font-size:23px;letter-spacing:2px;margin-bottom:20px;color:#005aae;}  
.ystp img{width:100%;} 



.portab .item .ar_2{background:none;}

.gd_bj1{width:100%;height:195px;background:url(../images/bjj2.jpg) no-repeat;}
.gdd_nr h3{font-size:35px;color:#fff;letter-spacing:2px;}
.gdd_nr p{font-size:22px;color:#fff;letter-spacing:2px;}
.gdd_nr p span{font-size:22px;color:#005aae;letter-spacing:2px;padding:5px 20px;background: #fff;line-height:350%;}

header nav.navbar.bootsnav ul.nav > li > a:hover{background:#005aae;}

.customer-side,.fd_left icon_keifu{display:none !important;}
.icon_keifu{display:none !important;}
.is-visible3 .cd-popup-container3{display:none !important;}
.cd-popup3.is-visible3{display:none !important;}
.fd_box02{display:none !important;}
.xwgd{margin:20px 0 0 10px;}


.gyzwnr{margin-top:80px;}
.gybj{width:100%;height:600px;background:url(../images/bj3.jpg) no-repeat;background-position: 50%;}

.sjgy{display:none !important;}

.p_detail{display:none;}
.product_detail{height:550px;}



@media (max-width:768px){
  .gyzwnr1{width:90%;background:#fff;height:430px;margin:0 0 0 5%;box-shadow:5px 5px 5px #333;border-radius:10px;}
  .pcgy{display:none !important;}
  .sjgy{display:block !important;}
  .gyzwnr1 h2{font-size:25px;padding:40px 10px 10px;}
  .gycrwz1 p{padding:0 10px 0 10px;font-size:15px;letter-spacing:0.1em;line-height:200%;}
  .gygd1{margin:10% 0 0 3%;}
  .gygd1 a{padding: 1% 8%;border: solid #005aae;color: #005aae;font-size: 15px;letter-spacing: 0.2em;}
  .fo ul li{width:50%;}
  .fo ul li img{width:50%;margin-left:25%;}
  .ystp{display:none;}
  .yswz h2{width:100%;}
  .gdd_nr h3{font-size:25px;}
  .gdd_nr p{font-size:19px;letter-spacing:0px;}
  .gdd_nr p span{font-size:17px;letter-spacing:0px;}
  iframe{width:100% !important;}
  
  .gyzwnr h2{font-size:22px;}
  .gyzwnr{margin-top:0px;}
.gybj{width:100%;height:auto;background-position: center right;margin-bottom:15px;}
}




